auto merge of #596 : alexcrichton/cargo/update-git2, r=brson
authorbors <bors@rust-lang.org>
Thu, 18 Sep 2014 23:58:40 +0000 (23:58 +0000)
committerbors <bors@rust-lang.org>
Thu, 18 Sep 2014 23:58:40 +0000 (23:58 +0000)
commit7661ee0d7e81d945fbe07423a1a906ac9c06be2b
treeed82209f60e086748ffa216d67d6de05aab8e8d0
parent03844accffa68a8fe41ad1f4f0c9e405dfb17a2e
parent773ae4266613e835457aaad42a8b583f1c26247c
auto merge of #596 : alexcrichton/cargo/update-git2, r=brson

This brings in a commit which enables global template options by default as part
of initializing new git repositories, allowing a templates to be used as part of
`cargo new`.

Closes #498